home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / menus / popupre / popupre.txt < prev   
Text File  |  1995-03-03  |  493b  |  9 lines

  1.   Title   : PopupMenu Reentrancy Problem
  2.   Keywords: POPUPMENU REENTRANCY CONTAINER MENU POPUP MODAL MDI
  3.  
  4.   This little demo project shows a reentrancy pitfall when popup menus are
  5.   organized on a (invisible) menu container form. It demonstrates that a popup
  6.   menu  refuses to appear on a modal form when the form is opened by an entry
  7.   of a  popup menu; this doesn't happen with modeless or MDI child forms.
  8.   Helpful for  studying non-reentrancy of VB code. Code fully commented.
  9.